home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 16 / fpc225_3.zip / SMITH.ZIP / SMITH.TXT < prev   
Text File  |  1988-06-24  |  989b  |  25 lines

  1. SMITH.SEQ       Documentation on utilities provided by Robert L. Smith.
  2.  
  3.          DMULDIV.SEQ
  4.  
  5.           A 64 bit by 32 bit mixed divide, with a 32 bit quotient and
  6.         a 32 bit remainder result.  Also, a 32 bit by 32 bit
  7.         multiply, yielding a 64 bit product (all unsigned).  Written
  8.         by Robert L. Smith in 8086 assembly.
  9.  
  10.         FLOAT.SEQ
  11.  
  12.           Software support for the 8087 floating point chip. This
  13.         pachage was modified from a version by Mark Smiley to support
  14.         the prefix assembler used in F-PC.
  15.  
  16.         SFLOAT.SEQ
  17.  
  18.           Software floating point package for those of us who don't have
  19.         an 8087. It is compatable with the Forth Venders Group floating
  20.         point standard. Several files are loaded by SFLOAT.SEQ.  This
  21.         IS a COPYRIGHTed package, and may be used for your personal
  22.         purposes only.  You may not sell it as part of any software
  23.         package without the consent of Robert Smith.
  24.  
  25.